LC_CMD_COPY Home

LC_CMD_COPY is a value for Command parameter of the lcWndExeCommand function. It starts interactive tool to copy entities.
CmdParam parameter can have the following values to activate specific modes:

Prm Mode
0 Start command with previous mode
LC_COPY_MOVE Move
LC_COPY_ROTATE Rotate
LC_COPY_SCALE Scale
LC_COPY_MIRROR Mirror
LC_COPY_ARRRECT Rectangular array
LC_COPY_ARRCIRC Circular array

When the command is started, before specifying first point, user can change the mode by right click and then select mode from popup menu.


See Also

  Command interface


Code sample:
  // copy selected entities with rotation
  lcWndExeCommand( m_hLcWnd, LC_CMD_COPY, LC_COPY_ROTATE );